func encoding/asn1.getUniversalType
4 uses
encoding/asn1 (current package)
asn1.go#L609: matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
asn1.go#L784: matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
common.go#L151: func getUniversalType(t reflect.Type) (matchAny bool, tagNumber int, isCompound, ok bool) {
marshal.go#L624: matchAny, tag, isCompound, ok := getUniversalType(v.Type())
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |